home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Form3
- BackColor = &H00C0C0C0&
- BorderStyle = 3 'Fixed Double
- Caption = "About Scott Manager"
- ClientHeight = 2265
- ClientLeft = 3900
- ClientTop = 4170
- ClientWidth = 3510
- ControlBox = 0 'False
- Height = 2670
- Left = 3840
- LinkTopic = "Form3"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2265
- ScaleWidth = 3510
- Top = 3825
- Width = 3630
- Begin CommandButton Command1
- Caption = "OK"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 12
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 615
- Left = 960
- TabIndex = 0
- Top = 1440
- Width = 1495
- End
- Begin Label Label3
- BackStyle = 0 'Transparent
- Caption = "Age 10"
- Height = 255
- Left = 1320
- TabIndex = 3
- Top = 840
- Width = 735
- End
- Begin Image Image1
- Height = 480
- Left = 2760
- Picture = FORM3.FRX:0000
- Top = 360
- Width = 480
- End
- Begin Label Label2
- BackStyle = 0 'Transparent
- Caption = "By Scott L. Conger"
- Height = 255
- Left = 960
- TabIndex = 2
- Top = 600
- Width = 1695
- End
- Begin Label Label1
- BackStyle = 0 'Transparent
- Caption = "Scott Manager"
- Height = 255
- Left = 1080
- TabIndex = 1
- Top = 360
- Width = 1335
- End
- Sub Command1_Click ()
- form3.Visible = False
- End Sub
-